home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / MantAirBall.swf / scripts / frame_10 / PlaceObject2_68_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-05  |  149 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.ball._x,_root.ball._y,true))
  3.    {
  4.       _root.score += 2;
  5.       this._rotation += 1;
  6.    }
  7. }
  8.